static method

英 [ˈstætɪk ˈmeθəd] 美 [ˈstætɪk ˈmeθəd]

网络  静态方法; 靜態方法; 静态函式; 静力法; 静态办法

化学经济



双语例句

  1. The static method must have at least one parameter, which is the type you are augmenting.
    静态方法必须要有一个参数,这是您将要增加的类型。
  2. This version also saw the addition of a new static method, java. applet. Applet. newAudioClip(), which made it easier to use sound in applications, not just in applets.
    这个版本中还附加了新的静态方法java.applet.Applet.newAudioClip(),它使得在应用程序中使用声音更加容易,而不仅仅在applet中。
  3. There are two good reasons why you might want to use a static method.
    需要使用静态方法有两个重要原因。
  4. In addition, you can create non-destructive system dumps using the com. ibm. jvm. Dump. SystemDump() static method.
    另外,还可以使用com.ibm.jvm.Dump.SystemDump()静态方法创建非破坏性的系统转储。
  5. The Visualize menu allows you to select a method in a Java Class and visualize it in a Static Method Sequence diagram.
    可视化菜单允许选择在Java类中选择一种方式,并将其呈现在静态方法序列图中。
  6. It is used by a static method in the Story class for loading all of the stories via the API.
    Story类中的一个静态方法使用它通过API加载所有新闻。
  7. This is equivalent to the fourth option listed above, in which some static method is invoked on an intermediary object.
    这相当于上面所列出的第四个选项,在该选项中对中间对象调用静态对象。
  8. This static method would take a single argument, intended to be the sole element of the List ( until others are added).
    这个静态方法只带一个参数,也将是List唯一的元素(直到添加了其它元素)。
  9. This code is defined as the static method of the watchit class.
    此代码定义为watchit类的静态方法。
  10. Had the static method been used, the opposite would be true.
    如果使用静态方法,就会生成这样的类。
  11. Improved static method and member handling
    改进静态方法和成员处理
  12. Class A has a static method, methodA(), that takes an instance of class C as a parameter.
    类A有一个静态方法methodA(),它用类C的实例作为参数。
  13. To better illustrate, let's create a class with a static method below.
    为了更好地进行解释,我们在下面将创建一个具有静态方法的类。
  14. You cannot use$ this in a static method because$ this is a reference to the current object instance, but a static method is called via the class and not an object.
    不能在静态方法中使用$this,因为$this是对当前对象实例的引用,但静态方法是通过类而不是通过对象调用的。
  15. The first line and the last line of this script could be executed also using the static method instead of being part of this script.
    脚本的第一行和最后一行也将采用静态方法执行,而不作为脚本的一部分来执行。
  16. Identifies the points in the static method that can be extended.
    标识可在静态方法中扩展的点。
  17. A plus sign (+) denotes a class or static method.
    正号(+)表明一个类或静态方法。
  18. Like a static method in the Java language, you invoke a Ruby module's method by following the module name with a dot and the name of the method.
    与Java语言中任何静态方法一样,Ruby模块方法的调用方式是在模块名后加一个点再加方法名。
  19. The process engineer identifies extension points in a static method.
    流程工程师在静态方法中标识扩展点。
  20. To call a static method from outside of its class, use the class name together with the scope resolution operator and the name of the method.
    要从类外部调用静态方法,可使用类名加上范围解析符和方法名。
  21. You can then point JUnit at the TestSuite instance by defining a public static method named suite().
    然后,可以通过定义一个叫做suite()的publicstatic方法,在TestSuite实例中指定JUnit。
  22. These Java 7 constructs can also be visualized in static method sequence diagram and can be generated or reverse-engineered by the Java transformations.
    这些Java7结构还可以在静态方法序列图中可视化,且可由Java转换生成或进行逆向工程。
  23. Second, a static method is globally available.
    第二,静态方法是全局可用的。
  24. Where the static method is rendered in HTML, these extension points are hyperlinks from inside the method.
    静态方法以HTML形式呈现,这些扩展点是方法内部的超链接。
  25. That method can be either a static method or an instance method.
    那个方法既可以是静态方法,也可以是实例方法。
  26. Under the uv-light, effects of oxidants and metal ions on the photochemical reaction of Congo red were studied by static method.
    在紫外光作用下,采用静态方法研究了氧化剂和金属离子对刚果红光化学反应的影响。
  27. It is very difficult to precisely evaluate the security and service life of the newly built bridge and the existing bridges using the static method only.
    仅用静力学方法对桥梁进行检测、评估,很难对新建桥梁和已有桥梁的安全性和使用寿命做出精确的评价。
  28. Application of the GPS rapid static method in geological engineering measurement
    GPS快速静态法在地质工程测量中的应用研究
  29. For instance, normal Clojure functions have low call overhead as they're mostly reduced to static method calls.
    例如,普通的Clojure函数都有较低的调用开销,因为它们都尽量降为静态函数调用。
  30. Your only other option would be to make a helper class and add a static method to it.
    你唯一的其他选项将会是写一个helper类,并在其中添加一个静态的方法。